/***********************************Menu3Column************************************************/
.Menu3column{padding:0;}
.Menu3column .Menu_Apply{width:33%;height:25px; float:left;}
.Menu3column .Menu_Apply .Item{text-align:left;text-indent:15px;}
.Menu3column .Menu_Apply .Item img.iconVuong{vertical-align:middle; margin:0 15px 0 0;}
.Menu3column .Menu_Apply .Item a{font:12px arial;color:#333; text-decoration:none;}
.Menu3column .Menu_Apply .Item a.Active{font:bold 12px arial;color:red; text-decoration:none;}
/***********************************MenuVertical************************************************/ 
ul{margin:0;padding:0;}
li{margin:0;padding:0;}
ul#menu, ul#menu ul {list-style-type:none;margin: 0;padding: 0;}
ul#menu a {display: block;text-decoration: none;}
ul#menu li.First {margin-top: 0px;list-style-type:none;background:url(Images/Menu_Focus_BG.jpg) no-repeat;width:189px;height:35px;}
ul#menu li.Active .First{margin-top: 0px;list-style-type:none;background:url(Images/Menu_Focus_BG.jpg) no-repeat;width:189px;height:35px;}
ul#menu li.Last {margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusLast_BG.jpg) no-repeat;width:189px;height:36px;}
ul#menu li.Active .Last{margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusLast_BG.jpg) no-repeat;width:189px;height:36px;}

ul#menu li.FirstAll {margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusAll_BG.jpg) no-repeat;width:215px;height:35px;}
ul#menu li.ActiveAll .FirstAll{margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusAll_BG.jpg) no-repeat;width:215px;height:35px;}
ul#menu li.LastAll {margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusLastAll_BG.jpg) no-repeat;width:215px;height:36px;}
ul#menu li.ActiveAll .LastAll{margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusLastAll_BG.jpg) no-repeat;width:215px;height:36px;}

ul#menuChildrent, ul#menuChildrent ul {list-style-type:none;margin: 0;padding: 0;}
ul#menuChildrent a {display: block;text-decoration: none;font:12px arial;margin-left:13px;}
ul#menuChildrent li.FirstChildrent {margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusChildrent_BG.jpg) no-repeat;width:215px;height:30px;}
ul#menuChildrent li.FirstChildrentActive {margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusChildrentActive_BG.jpg) no-repeat;width:215px;height:31px;}
ul#menuChildrent li.ActiveChildrent .FirstChildrent{margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusChildrent_BG.jpg) no-repeat;width:215px;height:30px;}
ul#menuChildrent li.LastChildrent {margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusChildrentLast_BG.jpg) no-repeat;width:215px;height:32px;}
ul#menuChildrent li.ActiveChildrent .LastChildrent{margin-top: 0px;list-style-type:none;background:url(Images/Menu_FocusChildrentLast_BG.jpg) no-repeat;width:215px;height:32px;}

ul#menu li a {color: #000;font:bold 12px arial;line-height:35px;margin-left:10px;}
ul#menu li a:hover {color:red;font:bold 12px arial;line-height:35px;}
ul#menu li ul li{margin-top:0px;list-style-type:none;background:none;}
li ul.curent{margin-top:0px;list-style-type:none;}
ul#menu li ul li a {color: #000;font:12px arial;line-height:35px;margin-left:10px;}
ul#menu li ul li a:hover {color:red;font:12px arial;line-height:35px;}

.code {list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 1.5px; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
